The wsci is an xml - based interface description language that works in conjunction with wsdl Wsci是基于xml的接口描述語言,它一般與wsdl結合在一起使用。
First , it introduces the network control center of beidou satellite and the beidou satellite locating navigational system , which are the background of design and implementation of web service , and the function and status of web service in system . then , it totally analysis the identity and structure of web service , and expound several technologies of web service : the first is xml which is the base technology , the second is wsdl which is the interface description language of service , the third is soap which is communication and message transferring of service , the fourth is uddi which is the description , discovery and integration of service 首先,對webservice的設計實現所在的系統背景? ?北斗衛星定位導航定位通信系統和民用網管中心進行簡要介紹,以及webservice在系統內的作用和地位;然后從總體上分析了webservice特性、體系結構,并闡述了幾種webservice的相關技術:第一,核心技術xml ;第二, web服務描述語言wsdl ;第三,服務組件的通訊和消息傳遞協議soap ;第四,服務組件的描述、發現和集成協議uddi 。
百科解釋
An interface description language (or alternatively, interface definition language), or IDL for short, is a specification language used to describe a software component's interface. IDLs describe an interface in a language-independent way, enabling communication between software components that do not share a language ? for example, between components written in C++ and components written in Java.